*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 62.5%;
}

body {
  color: #2C3547;
  font-weight: 300;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  transition: all 0.4s 0.3s ease-in;
}

@media (min-width: 576px) {
  body {
    font-size: 20px;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  transition: all 0.40s ease-in-out;
  -moz-transition: all 0.40s ease-in-out;
  -webkit-transition: all 0.40s ease-in-out;
}


html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: inherit;
}


b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}


h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

img {
  border-style: none;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;

}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}


textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}


.header {
  background-color: #000;
  padding: 18px 0;
}

.header .logo {
  line-height: 1;
  max-width: 88px;
}

.subheader {
  padding: 13px 0;
  background-color: #171C24;
}

.subheader h2 {
  line-height: 1;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
}

.page-banner {
  position: relative;
  padding-top: 40px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-bottom: 20px;
}

@media (min-width: 576px) {
  .page-banner {
    padding-top: 60px;
  }
}

@media (min-width: 768px) {
  .page-banner {
    padding-top: 130px;
  }
}

.page-banner .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 22%;
}

.banner-content {
  max-width: 610px;
  margin: 0 auto;
}

.banner-content .inner-wrap {
  background-color: #171C24;
  color: #fff;
  padding: 30px 12%;
}

.banner-content .inner-wrap h1 {
  margin: 0 0 30px;
  font-size: 3.4rem;
}

@media (min-width: 576px) {
  .banner-content .inner-wrap h1 {
    font-size: 4.6rem;
  }
}

.banner-content .inner-wrap p {
  font-weight: 400;
}

.banner-content .inner-wrap p:last-of-type {
  margin-bottom: 0;
}

.banner-content .bottom {
  height: 7px;
  width: 100%;
  background: #72cdf4;
  background: linear-gradient(to right, #72cdf4 0%, #0046ad 100%);
}

.page-content {
  padding: 40px 0;
}

.page-content .content .hide-button {
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .page-content .content .hide-button {
    display: none;
  }
}

.page-content .content .mob-button {
  display: inline-block;
  border: 2px solid #0046AD;
  font-size: 1.4rem;
  padding: 10px 45px;
  color: #0046AD;
}

.page-content .content .mob-button:hover {
  background-color: #0046AD;
  color: #fff;
  text-decoration: none;
}

.page-content .content h3 {
  font-size: 2.2rem;
  margin: 40px 0 15px;
}

@media (min-width: 576px) {
  .page-content .content h3 {
    font-size: 2.4rem;
  }
}

.page-content .content ul li {
  margin-bottom: 10px;
}

.page-content .form-wrap {
  text-align: center;
  background-color: #2C3547;
  padding: 30px;
  color: #fff;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .page-content .form-wrap {
    margin-top: 0;
  }
}

.page-content .form-wrap h3 {
  text-align: left;
  font-size: 3.2rem;
  font-weight: 200;
  margin-bottom: 20px;
}

.border-head {
  max-width: 370px;
  font-size: 2.6rem;
  font-weight: 300;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .border-head {
    font-size: 3.2rem;
  }
}

.border-head::before {
  content: '';
  display: block;
  width: 100px;
  height: 7px;
  background-image: linear-gradient(45deg, #72cdf4 0%, #0046ad 100%);
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .border-head::before {
    height: 14px;
  }
}

.blog-cards {
  margin-top: 30px;
}

@media (min-width: 576px) {
  .blog-cards {
    margin-top: 50px;
  }
}

.blog-cards a,
.blog-cards a:hover {
  text-decoration: none;
}

.blog-card .blog-image {
  position: relative;
  width: 100%;
}

.blog-card .blog-image .padder {
  opacity: 0.5;
  position: relative;
  z-index: 2;
  padding-top: 60%;
}

.blog-card .blog-image .img {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-card .blog-image .img img {
  opacity: 0;
  width: 100%;
  height: 100%;
}

.blog-card .blog-content {
  padding: 30px;
  border-left: 1px solid #E6EDF1;
  border-right: 1px solid #E6EDF1;
  border-bottom: 1px solid #E6EDF1;
  color: #2C3547;
}

.blog-card .blog-content p:last-of-type {
  margin-bottom: 0;
}

a:hover .blog-card {
  box-shadow: 0 8px 10px -2px #adbbc4;
}

a:hover .blog-card .blog-image .padder {
  background-color: #0046AD;
}

a:hover .blog-card .blog-content {
  color: #0046AD;
}

.footer {
  background-color: #000;
  padding: 30px 0;
}

.footer .footer-logo {
  max-width: 135px;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  text-decoration: none;
  color: #69789c;
}

.footer .contact-button {
  margin-top: 30px;
  display: inline-block;
  border: 2px solid #fff;
  font-size: 1.9rem;
  padding: 10px 30px;
}

.footer .contact-button:hover {
  background-color: #fff;
  color: #171C24;
}

.footer .social-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

.footer .social-icons h4 {
  font-size: 2.4rem;
  font-weight: 100;
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
}

.footer .social-icons a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  background-color: #fff;
  color: #000;
  margin-right: 10px;
  border: 1px solid transparent;
}

.footer .social-icons a:hover {
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
}

.footer .footer-end {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 2px solid #fff;
  font-size: 1.1rem;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .footer .footer-end {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.footer .footer-end .nav,
.footer .footer-end .reg {
  width: 100%;
  text-align: center;
}

@media (min-width: 992px) {

  .footer .footer-end .nav,
  .footer .footer-end .reg {
    text-align: left;
  }
}

.footer .footer-end .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .footer .footer-end .nav {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.footer .footer-end ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}

@media (min-width: 992px) {
  .footer .footer-end ul {
    margin-top: 0;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.footer .footer-end ul li {
  margin-left: 10px;
}

.footer .footer-end ul li :after {
  margin-left: 10px;
  content: "|";
  color: #fff !important;
}

.footer .footer-end ul li:first-of-type {
  margin-left: 0;
}

.footer .footer-end ul li:last-of-type :after {
  margin-left: 0;
  content: "";
}

.button {
  margin-top: 20px;
  display: inline-block;
  border: none;
  padding: 10px 25px;
  color: #fff;
  background-color: #0046AD;
  font-weight: 300;
}

@media (min-width: 576px) {
  .button {
    padding: 10px 45px;
  }
}

.button:hover {
  background-color: #005be0;
  text-decoration: none;
  color: #fff;
}

/* Customize the label (the container) */
.checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 1.2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #171C24;
}

.checkbox:hover input~.checkmark {
  background-color: #0046AD;
}

.checkbox input:checked~.checkmark {
  background-color: #0046AD;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox input:checked~.checkmark:after {
  display: block;
}

.checkbox .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

input,
select {
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 37px;
  background-color: #171C24;
  padding: 5px 20px;
  border: 0;
  border-radius: 3px;
  box-shadow: 0;
  text-align: left;
  margin-bottom: 15px;
  -webkit-appearance: none;
}

input:placeholder,
select:placeholder {
  color: #fff;
}

input::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #fff;
  opacity: 1;
}

input:-ms-input-placeholder {
  text-transform: uppercase;
  color: #fff;
  opacity: 1;
}

input::placeholder {
  text-transform: uppercase;
  color: #fff;
  opacity: 1;
}

input[type="submit"] {
  min-width: 148px;
  text-align: center;
  margin: 0 auto;
  border-radius: 0;
  display: inline-block;
  width: auto;
  background-color: #0046AD;
  height: 40px;
  line-height: 40px;
  font-size: 1.4rem;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 25px;
  font-weight: 500;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #fff;
  color: #171C24;
}

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

.animate, .blog-card, .blog-card .blog-image .padder, .blog-card .blog-content, .checkbox input, .checkbox .checkmark, input[type="submit"] {
  transition: all 0.40s ease-in-out;
  -moz-transition: all 0.40s ease-in-out;
  -webkit-transition: all 0.40s ease-in-out;
}

.cover-bg, .page-banner .banner-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
